home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / LAT-LONG.dxr / 00121_Display latitude.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  261 b   |  13 lines

  1. on mouseUp me
  2.   sendSprite(8, #Display)
  3.   sendSprite(10, #Display)
  4. end
  5.  
  6. on beginSprite me
  7.   set the cursor of sprite the spriteNum of me to [member "Pointer1", member "Pointer1 MasK"]
  8. end
  9.  
  10. on endSprite me
  11.   set the cursor of sprite the spriteNum of me to 0
  12. end
  13.